Fix: CSS Styling when reopening file manager#2617
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughCSS styling updates across two files apply Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
🔧 PR Test Plugin AvailableA test plugin has been generated for this PR that includes the modified files. Version: 📥 Installation Instructions:Install via Unraid Web UI:
Alternative: Direct Download
|
| border: 1px solid var(--dynamix-jquery-ui-border-color); | ||
| background: var(--dynamix-jquery-ui-content-background); | ||
| color: var(--dynamix-jquery-ui-content-color); | ||
| border: 1px solid var(--dynamix-jquery-ui-border-color) !important; |
There was a problem hiding this comment.
I don't love adding !important to these classes, this could cause issues on other containers, why is the cascade wrong here?
|
nvm @elibosley ZFS Master winds up reloading jquery-ui CSS which then puts it at the top of the cascade. |
Summary by CodeRabbit